home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / GuavaComb.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  38 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="GuavaComb">
  4.   <description />
  5.   <filters>
  6.     <filter name="GuavaComb" category="???" helpfile="guavacomb" type="clip">
  7.       <description>This is a comb filter, meant to get rid of rainbows, dot crawl, and shimmering in stationary parts of an image.</description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="mode" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  17.           <description />
  18.           <items>
  19.             <item>"NTSC"</item>
  20.             <item>"PAL"</item>
  21.           </items>
  22.         </parameter>
  23.         <parameter name="Recall" type="int" default="85" max="99" min="0" step="0" optional="True" paramList="False">
  24.           <description>This is the really important setting. It decides just how far back into the past the Guava will look in order to confirm that thereΓÇÖs really some shimmering going on. Set it high (above 75%) to avoid artifacts in scenes with repetitive motion. Set it higher (above 85%) to avoid problems with ticker tapes. But donΓÇÖt set it too high (above 95%), or itΓÇÖll need a long time for the filter to kick in.</description>
  25.           <items />
  26.         </parameter>
  27.         <parameter name="MaxVariation" type="int" default="25" max="100" min="0" step="0" optional="True" paramList="False">
  28.           <description>This option lets you choose just how much the color can change before the filter decides the difference must be due to motion. This is an important setting for avoiding artifacts, but is unfortunately somewhat tricky to choose.</description>
  29.           <items />
  30.         </parameter>
  31.         <parameter name="Activation" type="int" default="" max="100" min="0" step="0" optional="False" paramList="False">
  32.           <description>This setting has a much subtler effect. If you set it high, the filter will only correct when there has been uninterrupted shimmering. Set it low, and the filter will tolerate more interruptions ΓÇö but will also be a little more susceptible to artifacts.</description>
  33.           <items />
  34.         </parameter>
  35.       </parameters>
  36.     </filter>
  37.   </filters>
  38. </plugin>